You are here: FAQ > Documaker Enterprise Edition FAQ > How do I increase the size of the Datafile?

How do I increase the size of the Datafile?

By default Documaker Enterprise Edition creates a Datafile for the Assembly Line's Tablespace that has a maximum size of 2GB. This limit prevents a demo system from using all of the disk space. For a production system, you need to remove this limitation. You can use Oracle Database Enterprise Manager to remove this limitation:

 

To

Enter

Increase the size limit

ALTER DATABASE DATAFILE 'C:\ORACLE\ORADATA\IDMAKER\DMKR_ASLINE.DBF' AUTOEXTEND ON MAXSIZE 4096M

Remove the size limit

ALTER DATABASE DATAFILE 'C:\ORACLE\ORADATA\IDMAKER\DMKR_ASLINE.DBF' AUTOEXTEND ON MAXSIZE UNLIMITED